Intentinterface
Describes an Intent.
Properties (5)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| contexts⚓︎ | string[] | x | x | The type of predefined data structures with which the Intent handler app works. |
| customConfig⚓︎ | object | x | x | Custom configuration for the Intent. |
| displayName⚓︎ | string | x | x | Display name of the Intent. Can be used in context menus or other UI elements to visualize the Intent. |
| name⚓︎ | string | x | Name of the Intent. |
|
| resultType⚓︎ | string | x | x | The type of predefined data structure which the Intent handler app returns. |